home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / miscuni.com / READ.ME < prev    next >
Encoding:
Text File  |  1989-05-25  |  1.8 KB  |  44 lines

  1. This file constains several units written for Turbo Pascal 5.0.
  2. These are units that I have developed for my own use and decided
  3. that other people might find them useful.  Please feel free to use
  4. these units for any non-commercial use.  Most of these units require
  5. Turbo Professional 5.05 or higher to compile.  The following units
  6. are included:
  7.  
  8.   TPClock  - Implements display of on-screen clock in any program.
  9.   Messages - Provides a simple method of displaying pop-up message
  10.              windows using one procedure call.  Display parameters
  11.              are specified by imbedding codes into the string to be
  12.              displayed.  Very flexible and easy to include into
  13.              programs.
  14.   PrnUtil  - Replacement for Turbo Pascal's Printer unit, pauses
  15.              and reports printer I/O errors and user input during
  16.              printer.  Also monitors line and page numbers.  Provides
  17.              for formatted headings & footers.  Allows for Novell
  18.              network printing for B-Tree filer (Network ver) users.
  19.   DataEntry- Quick way to read in a few fields from a user, when using
  20.              TPEntry is not necessary. Creates it's own data entry
  21.              window and allows user to move around using arrow keys
  22.              and exit on a defineable keystroke.
  23.   Stacks    -Easy to implement stacks of any type.  Uses the same
  24.              routines to handle multiple stacks of same or different
  25.              types.
  26.   Queues    -Same as stacks, but with queues.
  27.   IOError   -Small unit that maps I/O error codes to strings.
  28.   Keys      -Small unit that defines constants for editing and
  29.              function keys.
  30.  
  31.  
  32. I would appreciate hearing any of your suggestions, comments or questions.
  33.  
  34. Geoffrey Moehrke
  35. N111 W15655 Vienna Ct. #19
  36. Germantown, Wi 53022
  37. (414) 251-8627
  38.  
  39. Compuserve 71121,2361
  40.  
  41.  
  42.  
  43.  
  44.